home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / SLTPU70C / VERSION.LOG < prev    next >
Text File  |  1993-09-15  |  3KB  |  77 lines

  1.  
  2. Searchlight Programmer's Library -- Version Log
  3.  
  4. Version 3.5, September, 1993
  5. ----------------------------
  6. New release corresponding to Searchlight 3.5. Includes support for file
  7. attachments, extended file descriptions, and RIP styles. See WHATS.NEW file
  8. for more information.
  9.  
  10.  
  11. Version 3.0, March, 1993
  12. ------------------------
  13. New release corresponding to Searchlight 3.0; contains changes to data formats 
  14. for Searchlight 3.0 data structure changes.
  15.  
  16. For more information, please see the file WHATS.NEW.
  17.  
  18.  
  19. Version 2.25, July, 1992
  20. ------------------------
  21. This version is updated to include changes in the file definitions for
  22. Searchlight 2.25. In particular the new fields added to the CONFIG and
  23. USER records are now reflected in FILEDEF.TPU and FILEDEF.REF.
  24.  
  25. The MULTI unit now recognizes Windows and OS/2 as multitasking environments,
  26. and will perform appropriate task switching when the 'Slice' function is
  27. used. 'OSType' has been changed to include the additional OS types.
  28.  
  29. A number of internal code optimizations has been incorporated into the
  30. units to make them faster. In particular, retrieving a message from a
  31. subboard where text compression is used is now over 50% faster than with
  32. the previous version.
  33.  
  34. A number of new files is included with this release:
  35.  
  36.   MENUDEF.PAS - This file contains record types and procedures for
  37.     accessing the menu (MNU) files used with Searchlight 2.25. Please
  38.     read the code and comments in the source file for more information.
  39.  
  40.   MODEM.PAS/MODEM.DOC - These files contain an interface to Searchlight's
  41.     modem drivers that can be used to access the modem directly from a
  42.     door program. (This is the same interface that was released earlier
  43.     this year as SLMODEM.ZIP). TEST.PAS is included to test these functions.
  44.  
  45.   BACKTRAK.PAS/BACKTRAK.DOC - These files form a simple application that
  46.     pops a menu off the internal menu stack. More importantly, the source
  47.     file provides data types for the internal menu stack that is active
  48.     during door execution, which can be used by door programs to modify
  49.     what happens when they return to Searchlight.
  50.  
  51.  
  52. Version 2.15A, July 25, 1991
  53. ----------------------------
  54. The USERS unit no longer uses the CRT unit. This was causing problems for 
  55. people who use customized CRT units.
  56.  
  57. The variable 'SubListSize' in SUBLIST.TPU was not correctly initialized in 
  58. the previous version. This has been fixed.
  59.  
  60. A new variable called 'RecNum' has been added to the SubListType record in 
  61. SUBLIST.TPU. 'RecNum' contains the record number from the SUBBOARD.SL2 or 
  62. FILEDIR.SL2 file from which the data was retrieved. This information can be 
  63. used as a unique numerical identifier for the subboard; it should NOT be 
  64. used to update or access the SL2 file. Be aware that while the record 
  65. number of a subboard or file directory will not change while that item 
  66. exists, deletion of the item will result in the next item created reusing 
  67. that record number.
  68.  
  69. The TREE.TPU unit contained an undocumented function, TreeSize, which is now
  70. documented; see SLTPU.REF for more information.
  71.  
  72.  
  73. Version 2.15, July 11, 1991
  74. ---------------------------
  75. Initial release. Versions available for Turbo Pascal 6.0, 5.5, and 5.0.
  76.  
  77.